'Declaration Public Overloads Sub SetUnorderedAccessViews( _ ByVal startSlot As Integer, _ ByVal ParamArray unorderedAccessViews() As UnorderedAccessView _ )
public void SetUnorderedAccessViews( int startSlot, params UnorderedAccessView[] unorderedAccessViews )
Parameters
- startSlot
- Index of the first element in the zero-based array to begin setting.
- unorderedAccessViews
- A reference to an array of UnorderedAccessView references to be set by the method.